home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr42 / xmstr201.zip / XMASTER.CFG < prev    next >
Text File  |  1994-11-12  |  883b  |  35 lines

  1.  
  2. ; All the drives/directories we can uncompress to  (Limit : 5) (Min : 1)
  3.  
  4. Uncompress_Drive    = E:\
  5.  
  6. ; ZIP programs and parameters
  7.  
  8. ZIP_Prog            = PKZIP.EXE
  9. UNZIP_Prog          = C:\UTIL\PKUNZIP.EXE
  10. UNZIP_Parameters    = -n
  11.  
  12. ; LHARCing program and parameters
  13.  
  14. LHARC_Prog          = C:\UTIL\LHA.EXE
  15. LHARC_Parameters    = e
  16.  
  17. ; ARJing program and parameters
  18.  
  19. ARJ_Prog            = ARJ.EXE
  20. ARJ_Parameters      = e -y
  21.  
  22. ; All extensions (Limit : 5 (unregistered) or 40 (registered))  (Min : 1)
  23. ;   directories directly follow the extension.  (Limit : 9) (Min : 1)
  24. ; It is recommended that you NOT put comments or blank lines between
  25. ;   related extensions and directories
  26.  
  27. Ext                 = MOD
  28. Ext_Dir             = C:\MODS\
  29.  
  30. Mega_Ext            = DEM
  31. Mega_Ext_Dir        = C:\FILES\
  32.  
  33. Ext                 = FLI
  34. Ext_Dir             = C:\FLIS\
  35.